2_variables | 3_variables | 4_variables | 5_variables | 6_variables |
This is an online Karnaugh map generator that makes a kmap, shows you how to group the terms,
shows the simplified Boolean equation, and draws the circuit for up to 6 variables.
It also handles Don't cares.
The Quine-McCluskey solver can be used for up to 6 variables if you prefer that.
Select the number of variables, then choose SOP (Sum of Products) or POS (Product of Sums)
or Quine-McCluskey, and try some calculations. SOP is the default.
This logic simplification application is not intended for design purposes. It is just for fun.
It is just a programming project for me.
I enjoyed writing the software and hopefully you will enjoy using it.
I have tried to be sure that it is accurate but I can not guarantee it.
So, if you plan to use the output for any purpose, you must confirm it yourself.
Feedback |